A deactivated subject is excluded from all read paths, so it neither
appears in the list of subjects (GET /api/rbac/subjects)
nor can it be assigned any longer.
SubjectSync: sync-alice - deactivated from 9035:
A Global Admin Can Deactivate a Removed Subject| name | value |
|---|---|
| unexpectedSubjectNames | [ { “name”: “sync-alice” }, { “name”: “sync-alicia” } ] |
HTTP GET "/api/rbac/subjects" \
-H "Authorization: Bearer $HSADMINNG_JWT_BEARER" \
`# {` \
`# "sub" : "uuid<hsh-alex_superuser>"` \
`# }`
=> status: 200 OK
[
{
"uuid" : "242a0005-0000-0000-0000-000000000005",
"name" : "abc-peter.smith",
"type" : "USER"
},
{
"uuid" : "05cd4947-fa73-4b7f-af65-3ed95e4d618c",
"name" : "/abc-Team",
"type" : "GROUP"
},
{
"uuid" : "242a0006-0000-0000-0000-000000000006",
"name" : "def-peter.smith",
"type" : "USER"
},
{
"uuid" : "d10a98a6-f7a9-41ca-b17e-91d1da23395d",
"name" : "/def-Team",
"type" : "GROUP"
},
{
"uuid" : "e72bcbba-3efe-5275-b57a-5194ece1cfa9",
"name" : "hsh-alex_superuser",
"type" : "USER"
},
"..."
]
generated on 2026-07-17 01:44:28 for branch